home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-01-07 | 1.8 KB | 91 lines | [TEXT/DMOS] |
- { From user Brian Sterling, Project Updating at Fri, Jan 7, 1994 1:34 PM}
-
-
- { System Variables with non-default values: }
- Samplesize := 200
- Typechecking := 1
- Checking := 1
- Saveoptions := 2
- Savevalues := 0
-
-
- { Non-default Time SysVar value: }
- Time := [0]
-
- Attribute Reference
-
- Project Updating
- Title: Updating probability distributions
- Description: A simple way of updating a prior probability distribution with new observations to get a posterior distribution.
- Author: Brian Sterling
- Date: Fri, Dec 31, 1993 3:44 PM
- Saveauthor: Brian Sterling
- Savedate: Fri, Jan 7, 1994 1:34 PM
- Diagstate: 1,88,98,449,243,1
- Fileinfo: 0,-1,1779,Project Updating,Updating
- Getresource Pagesetup,1
-
- Chance Prior
- Title: prior
- Description: The prior distribution.
- Definition: uniform( 0,1)
- Location: 72,96
- Nodesize: 48,20
-
- Chance Observatio
- Title: observations
- Description: Observed distribution.
- Definition: normal( 0.8, 0.1 )
- Location: 208,96
- Nodesize: 48,20
- Valuestate: 1,120,130,416,303,1,PDFP
-
- Chance Posterior
- Title: posterior
- Description: The posterior distribution.
- Definition: if Bernoulli( n0/(n0+n1)) then prior else observatio
- Location: 232,176
- Nodesize: 48,20
- Valuestate: 1,185,452,416,303,1,PDFP
- Graphsetup: Distresol:4~
- Diststeps:1~
- Symbolsize:6~
- Linestyle:1~
- Frame:1~
- Grid:1~
- Ticks:1~
- Mesh:1~
- Scales:1~
- Rotation:0~
- Pan:45~
- Tilt:0~
- Depth:70~
- Flip:0~
- Frameauto:1~
- Xminimum:0~
- Xmaximum:1.25~
- Yminimum:0~
- Ymaximum:5~
- Zminimum:0~
- Zmaximum:1000~
- Xintervals:0~
- Yintervals:0~
-
-
- Variable N0
- Title: prior equivalent samplesize
- Description: The equivalent samplesize of the prior distribution.~
- Determines the weighting of the prior vs. the observations.
- Definition: 30
- Location: 72,40
- Nodesize: 48,24
-
- Chance N1
- Title: number of observations
- Description: The number of observations.
- Definition: [0,10,30,100,1000]
- Location: 208,40
- Nodesize: 48,20
-
- Close Updating
-